projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f68ac5
)
Make Note for magic number.
feature/phpcsSteve
author
Steve Sutton
<ssutton@gmail.com>
Mon, 30 May 2016 19:20:44 +0000
(15:20 -0400)
committer
Steve Sutton
<ssutton@gmail.com>
Mon, 30 May 2016 19:20:44 +0000
(15:20 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
7786dc5
..
c006582
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-421,6
+421,7
@@
function michsci_admin_custom_columns( $column ) {
*
* Add shortcode function. This will call the correct function based on the
* front end search.
+ * TODO: replace the magic number for 510 Page id with setting option.
*
* @param mixed $atts Attribute array.
* @access public