Home
last modified time | relevance | path

Searched defs:permalink_structure (Results 1 – 4 of 4) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Doptions-permalink.php67 $permalink_structure = get_option( 'permalink_structure' ); variable
96 $permalink_structure = $_POST['selection']; variable
98 $permalink_structure = $_POST['permalink_structure']; variable
102 …$permalink_structure = preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $permalink_structure… variable
104 $permalink_structure = $prefix . preg_replace( '#^/?index\.php#', '', $permalink_structure ); variable
106 $permalink_structure = $blog_prefix . $permalink_structure; variable
110 $permalink_structure = sanitize_option( 'permalink_structure', $permalink_structure ); variable
219 $permalink_structure = preg_replace( '|^/?blog|', '', $permalink_structure ); variable
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Doptions-permalink.php67 $permalink_structure = get_option( 'permalink_structure' ); variable
96 $permalink_structure = $_POST['selection']; variable
98 $permalink_structure = $_POST['permalink_structure']; variable
102 …$permalink_structure = preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $permalink_structure… variable
104 $permalink_structure = $prefix . preg_replace( '#^/?index\.php#', '', $permalink_structure ); variable
106 $permalink_structure = $blog_prefix . $permalink_structure; variable
110 $permalink_structure = sanitize_option( 'permalink_structure', $permalink_structure ); variable
219 $permalink_structure = preg_replace( '|^/?blog|', '', $permalink_structure ); variable
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-rewrite.php32 public $permalink_structure; variable in WP_Rewrite
873 …public function generate_rewrite_rules( $permalink_structure, $ep_mask = EP_NONE, $paged = true, $…
1249 public function generate_rewrite_rule( $permalink_structure, $walk_dirs = false ) {
1928 public function set_permalink_structure( $permalink_structure ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-rewrite.php32 public $permalink_structure; variable in WP_Rewrite
873 …public function generate_rewrite_rules( $permalink_structure, $ep_mask = EP_NONE, $paged = true, $…
1249 public function generate_rewrite_rule( $permalink_structure, $walk_dirs = false ) {
1928 public function set_permalink_structure( $permalink_structure ) {